ToolKit opens a Window that contains two listview gadgets. The uppermost of the two contains all the HTML commands present in HTML-Genie and in the same organisation. It contains header to seperate the different categories. If you select one of these headers nothing will happen though. Here's list of which is which.

  1. Page Layout.
    This part of the listview contains HTML commands that deal with the layout of a HTML document. Such as seperators, paragraph marks etc.

  2. Headers.
    This part of the listview contains the HTML commands that deal with the header tags. These tags specify the size of headers in a HTML documents.

  3. Inline Image.
    This part of the listview contains HTML commands that deal with in-line images and their text-alignment.

  4. Lists.
    This part of the listview contains HTML commands that deal with the three kinds of lists (unnumbered, numbered and definition) that the HTML language has support for.

  5. Text Styles.
    This part of the listview contains the HTML commands that deal with the different styles of text a HTML document can contain. Such as italic, bold or fixed-width to name but a few.

  6. URL's.
    This part of the listview gadget contains HTML commands that deal with URL's. An URL (Universal Resource Locator) is basically a unique address where a resource (an image, text etc) can be found.

  7. Assorted.
    Finally this part of the listview contains assorted HTML commands.


For Registered Users only:

ToolKit allows the user to determine which commands to put in the lower listview. When the program is started, a config file is processed that should contain these commands. When no USERCMD parameter/ToolType is supplied, ToolKit looks for the file sys:Prefs/Presets/ToolKit.config. If that exists, it is processed. If it does not, ToolKit will use the internal defaults. Which are the ones unregistered users get.

The config file needs to adhere to the following syntax rules:

Here is an example of a ToolKit config file...


TITLE=StarTrek URL COMMAND=<LI><A HREF=\"pics/StarTrek/as-.jpg\"> .</A> TITLE=Amiga FTP URL COMMAND=<LI> <A HREF=\"ftp://iaehv.nl/pub/users/paul/amiga/\"> .</A> TITLE=OS/2 FTP URL COMMAND=<LI> <A HREF=\"ftp://iaehv.nl/pub/users/paul/os2/\"> .</A> TITLE=UList Frame COMMAND=<UL> <LI></UL>
ToolKit supports the following ToolTypes/CLI parameters

'PUBSCREEN=' Enables you to specify a public screen ToolKit is to open it's
             window on. Default value for this parameter is the Workbench
             screen. Usage: PUBSCREEN=Edit_screen.
'RXSCRIPT='  Use a different path/filename than the default 'S:HTML.rexx'
             script used. This allows you to easily adapt the program to 
             another editor. Usage: RXSCRIPT=t:some_script.rexx.
'RXPATH='    Specify the path for the RX command. As some users have moved the
             command from the SYS:Rexxc path. Make sure tha path specified ends
             in a '/' or ':'. Eg. RXPATH=SYS:rexxstuff/. 
'FONTNAME='  Specify the (fixed width) font to use. Usage: FONTNAME=Topaz.font
'FONTSIZE='  Specify the size of the font to use. Usage: FONTSIZE=11
'TOPEDGE='   Y position for the window to open on. Usage: TOPEDGE=10
'LEFTEDGE='  X position for the window to open on. Usage: LEFTEDGE=50
'ZOOMTOP='   X position of iconified window. Usage: ZOOMTOP=30
'ZOOMLEFT='  Y position of iconified window. Usage: ZOOMLEFT=20 
'REXXTOP='   X position of the TagEdit window. Usage: REXXTOP=30
'REXXLEFT='  Y position of the TagEdit window. Usage: REXXLEFT=20 
'WIDTH='     The width of the ToolKit window. The listview gadgets will adapt
             their width to fill the window. Usage: WIDTH=150
'HEIGHT='    The Height of the ToolKit window. The User Command listview
             will adapt it's height to fill the window. Usage: HEIGHT=250
'HTML='      LOWER/UPPER specifies if HTML output should be in lower or in
             upper case. (Default=UPPER) 
'MENU='      COMBINE|SPLIT specifies if the program is to open one menu with
             the HTML commands accesible through submenu's. Or that every HTML
             category gets it's own menu. (SPLIT) (Default=COMBINE) 

Back to the index.


Page created using HTML-Heaven. ©1994 by Paul Kolenbrander (paul@serena.iaehv.nl)